Package-level declarations

Types

Link copied to clipboard

EN Defines the screen qualifier types based on the device's smallest width (smallestWidthDp), height (screenHeightDp), or width (screenWidthDp).

Link copied to clipboard
data class DpQualifierEntry(val type: DpQualifier, val value: Number)

EN Represents a custom qualifier entry, combining the type and the minimum DP value for the custom adjustment to be applied.

Link copied to clipboard

EN Defines the screen orientation inversion types of the device. Used to specify how dimension qualifiers should swap their values based on screen rotation.

Link copied to clipboard

EN Defines the screen orientation types of the device.

Link copied to clipboard
enum UiModeType(val configValue: Int) : Enum<UiModeType>

EN Defines the Android UI Mode Types for dimension customization, based on Configuration.uiMode.

Link copied to clipboard

EN Defines the supported physical measurement units for conversion into density-independent pixels (Dp) or screen pixels (Px).